
'Declaration
Public Class YFunctionSeries(Of T) Inherits FunctionSeries(Of T)
'Usage
Dim instance As YFunctionSeries(Of T)
public class YFunctionSeries<T> : FunctionSeries<T>
public class YFunctionSeries = class(FunctionSeries)
JScript does not support Generics.
public __gc class YFunctionSeries<T> : public FunctionSeries<T>
generic<typename T> public ref class YFunctionSeries : public FunctionSeries<T>
System.Object
C1.Web.Mvc.ChartSeriesBase<T>
C1.Web.Mvc.ExtraSeries<T>
C1.Web.Mvc.TrendLineBase<T>
C1.Web.Mvc.FunctionSeries<T>
C1.Web.Mvc.YFunctionSeries<T>